Builds pages by plugging a few things in together: - a static skeleton for a HTML page, ie the html, header and body tags - a Theme, which defines web resources, such as js and css files, to include in the header. And which defines one or more layouts for the body. - the template itself, which provides more web resources to be included in the header, and the body layout which will be injected into the theme template. Also defines a parameter indicating which theme template to use
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| webRoot | String | ||
| cssSources | Map | ||
| jsSources | Map | ||
| engine | VelocityEngine | ||
| templateRenderer | HtmlTemplateRenderer | ||
| templateParser | HtmlTemplateParser |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| getClassName ( resource ) | String |
Hide comments